home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / lightsprites.swf / scripts / frame_32 / PlaceObject2_896_42 / CLIPACTIONRECORD on(release).as next >
Encoding:
Text File  |  2007-09-27  |  220 b   |  8 lines

  1. on(release){
  2.    _global.musicOn = true;
  3.    this._parent.musicOff.gotoAndStop("off");
  4.    _global.myMusicPlayer.SetTrack("titleMusic");
  5.    _global.myMusicPlayer.SetMaxVolume(100);
  6.    _global.myMusicPlayer.Play();
  7. }
  8.